home *** CD-ROM | disk | FTP | other *** search
/ Apple WWDC 1996 / WWDC96_1996 (CD).toast / Technology Materials / MacApp Release 10 / Metrowerks Support / Libraries / CW MALibraries / CWMacAppHeaders.h < prev    next >
Encoding:
Text File  |  1996-04-03  |  612 b   |  23 lines  |  [TEXT/CWIE]

  1. //
  2. //    CWMacAppHeaders.h
  3. //
  4. //    File to be included by the integrated environment and the CW MPW tools.
  5. //  Copyright © 1995-1996 metrowerks inc.  All rights reserved.
  6. //
  7. //
  8. //--------------------------------------------------------------------------------
  9.  
  10. #pragma once on
  11. #pragma check_header_flags on
  12.  
  13. // precompile the MacApp headers
  14. #include "MacApp.h"
  15. #include "NubInspectorHooks.h"
  16.    
  17. // Now add any additional headers to those already included by MacApp
  18. #include "MAToolboxHeaders.h"
  19.  
  20.  
  21. //----------------------------------------------------------------------------------------
  22. // End of CWMacAppHeaders.h
  23.